home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / QUEUE < prev    next >
Text File  |  1991-08-29  |  81b  |  6 lines

  1. to queue :queue :item
  2. make :queue lput :item thing :queue
  3. end
  4.  
  5. bury "queue
  6.